dvb_parse_format

@brief Ancillary function that parses the name of a file format @ingroup file

@param name string containing the name of the format Current valid names are: ZAP, CHANNEL, VDR and DVBV5. The name is case-insensitive.

@return It returns FILE_ZAP, FILE_CHANNEL, FILE_VDR or FILE_DVBV5 if the name was translated. FILE_UNKNOWN otherwise.

extern (C)
dvb_parse_format
(
const(char)* name
)

Meta